home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / theLifeArk.swf / scripts / DefineButton2_1088 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2011-09-19  |  231 b   |  12 lines

  1. on(release){
  2.    if(_global.firstRun == undefined)
  3.    {
  4.       _global.firstRun = "over";
  5.       _global.ctn.loadMV("instructions");
  6.    }
  7.    else if(_global.firstRun == "over")
  8.    {
  9.       _global.ctn.loadMV("game");
  10.    }
  11. }
  12.